home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Windows & Frames / close-window-button.izs < prev    next >
Text File  |  2005-07-29  |  831b  |  34 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Close Window button
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>For some reason, this is one of the most requested items we get script wise. It's a close window button that, well, closes the containing window when clicked on. Comes in two flavors- a form button, or regular text link.
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>windows, remotes, frames<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <form>
  14. <input type="button" value="Close Window" onClick="window.close()">
  15. </form>
  16.  
  17. <a href="javascript:window.close()">Close Window</a>
  18.  
  19. <!-- END OF SCRIPT -->
  20. <!/SCRIPT>
  21.  
  22. <!PREVIEW>
  23. <!-- START OF SCRIPT -->
  24. <form>
  25. <input type="button" value="Close Window" onClick="window.close()">
  26. </form>
  27.  
  28. <a href="javascript:window.close()">Close Window</a>
  29.  
  30.  
  31. <!-- END OF SCRIPT -->
  32. <!/PREVIEW>
  33.  
  34. <!RELATED>NONE<!/RELATED>